Move Battle Style Preference
@Serializable
Move battle style preferences for a given nature. See: https://pokeapi.co/docs/v2#movebattlestylepreference
Parameters
low Hp Preference
Chance of using the move style when HP is low.
high Hp Preference
Chance of using the move style when HP is high.
move Battle Style
The move battle style.
Constructors
Link copied to clipboard
constructor(lowHpPreference: Int, highHpPreference: Int, moveBattleStyle: Handle.Named<MoveBattleStyle>)